home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / Patchmix / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.7 KB  |  62 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Patchmix
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = pm.tiff
  16. GLOBAL_RESOURCES = Patchmix.nib Add.tiff Buzz.tiff Comb.tiff\
  17.                    cpsoct.tiff cpspch.tiff Delay.tiff Div.tiff\
  18.                    Evp.tiff Mult.tiff octcps.tiff octpch.tiff\
  19.                    Oscil.tiff Out.tiff pchcps.tiff pchoct.tiff\
  20.                    Pluck.tiff pm.tiff Preset.tiff Rand.tiff Reson.tiff\
  21.                    Reverb.tiff Sound.tiff Sub.tiff User.tiff WS.tiff
  22.  
  23. CLASSES = Allpass.m Animator.m Arith.m Buzz.m Comb.m CommandScroll.m\
  24.           Converter.m Coordinator.m Evp.m ImageController.m Instrum.m\
  25.           Oscil.m Out.m PaletteView.m Param.m PatchView.m\
  26.           PatchWindow.m Pluck.m Rand.m Reson.m Statement.m\
  27.           Subprocess.m TransparentWindow.m UnitGen.m
  28.  
  29. HFILES = Allpass.h Animator.h Arith.h Buzz.h Comb.h CommandScroll.h\
  30.          Converter.h Coordinator.h Evp.h ImageController.h Instrum.h\
  31.          Oscil.h Out.h PaletteView.h Param.h PatchView.h\
  32.          PatchWindow.h Pluck.h Rand.h Reson.h Statement.h\
  33.          Subprocess.h TransparentWindow.h UnitGen.h
  34.  
  35. MFILES = Patchmix_main.m
  36.  
  37. PSWFILES = draw.psw pswraps.psw
  38.  
  39.  
  40. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  41. MAKEFILE = app.make
  42. INSTALLDIR = $(HOME)/Apps
  43. INSTALLFLAGS = -c -s -m 755
  44. SOURCEMODE = 444
  45.  
  46. ICONSECTIONS =    -sectcreate __ICON app pm.tiff
  47.  
  48. LIBS = -lMedia_s -lNeXT_s
  49. DEBUG_LIBS = $(LIBS)
  50. PROF_LIBS = $(LIBS)
  51.  
  52.  
  53.  
  54.  
  55. -include Makefile.preamble
  56.  
  57. include $(MAKEFILEDIR)/$(MAKEFILE)
  58.  
  59. -include Makefile.postamble
  60.  
  61. -include Makefile.dependencies
  62.